@charset "utf-8";
/* CSS Document */

div, dl, dt, dd, ul, ol, li, form, p {margin: 0px; padding: 0px;}
ul, ol, li {list-style: none; list-style-type: none;}
img {border: 0px;}

.topbar {width: 100%; height: 40px; background: #F5F5F5;}
	.topbar .wrapper {width: 1200px; height: 40px; margin: 0px auto; background: #F5F5F5; line-height: 40px; color: #666; overflow: hidden;}
	.topbar .welcome {float: left;}
	.topbar .fav {font-size: 12px; float: right;}
		.topbar .fav a {margin: 0px 10px; color: #666;}

.header {width: 100%; height: 120px; background: #FFF;}
	.header .wrapper {width: 1200px; height: 120px; margin: 0px auto; overflow: hidden;}
	.header .logo {width: auto; height: 120px; overflow: hidden; float: left;}
		.header .logo img {width: auto; height: 120px; display: block;}
	.header .hotline {width: auto; height: 60px; margin: 30px 0px; padding-left: 80px; background: url(../images/hotline.png) left center no-repeat; background-size: 75px 50px; line-height: 30px; font-size: 12px; overflow: hidden; float: right;}
		.header .hotline span {font-size: 30px; font-weight: bold; color: #e50012; display: block;}

.menu {width: 100%; height: 50px; background: #003f98;}
#menu_btn {display: none;}
#menu_list {width: 1200px; height: 50px; margin: 0px auto; overflow: hidden;}
	#menu_list li {width: 240px; height: 50px; border-right: #014ebc 1px solid; box-sizing: border-box; text-align: center; line-height: 50px; font-size: 16px; overflow: hidden; float: left;}
	#menu_list li:last-child {border-right: none;}
		#menu_list li a {width: 100%; height: 50px; color: #FFF; display: block;}
		#menu_list li a:hover, #menu_list li a.cur {background: #e50012; color: #FFF;}

.banner {width: 100%; height: auto; overflow: hidden;}
	.banner img {width: 100%; height: auto; display: block;}

.block-title {width: 100%; height: auto; text-align: center; line-height: 50px; font-size: 30px; font-weight: bold; color: #231915; overflow: hidden;}
	.block-title span {color: #003f98;}

.mainbody {width: 100%; height: auto; overflow: hidden;}
	.mainbody .wrapper {width: 1200px; height: auto; margin: 0px auto; overflow: hidden;}
	.mainbody .left {width: 25%; height: auto; overflow: hidden; float: left;}
	.mainbody .right {width: 75%; height: auto; min-height: 400px; overflow: hidden; float: right;}

.product {padding: 50px 0px; background: #F1F1F1;}
	.product ul {width: 1245px; height: auto; overflow: hidden;}
		.product ul li {width: 370px; height: auto; margin: 40px 45px 0px 0px; overflow: hidden; float: left; position: relative;}
		.product ul li:nth-child(3n+1) {clear: left;}
			.product ul li img {width: 100%; height: auto; display: block;}
			.product ul li p {width: 240px; height: 60px; background: #003f98; text-align: center; line-height: 60px; font-size: 16px; color: #FFF; overflow: hidden; position: absolute; right: 0px; bottom: 20px; transition: all 0.5s;}
			.product ul li:hover p {background: #F1F1F1; color: #000; transition: all 0.5s;}
.video-list {padding: 50px 0px;}
	.video-list ul {width: 1240px; height: auto; overflow: hidden;}
		.video-list ul li {width: 580px; height: auto; margin: 40px 40px 0px 0px; overflow: hidden; float: left;}
		.video-list ul li:nth-child(2n+1) {clear: left;}
			.video-list ul li img {width: 100%; height: auto; display: block;}
			.video-list ul li p {width: 100%; height: 40px; background: #EEE; text-align: center; line-height: 40px; color: #000; overflow: hidden; transition: all 0.5s;}
			.video-list ul li:hover p {background: #003f98; color: #FFF; transition: all 0.5s;}

.about {height: 420px; padding: 70px 0px; background: url(../images/aboutbg.jpg) center no-repeat;}
	.about .profile {width: 450px; height: auto; color: #FFF; overflow: hidden; float: left;}
		.about .profile .title {width: 100%; height: 30px; line-height: 30px; font-size: 24px; overflow: hidden;}
		.about .profile .content {width: 100%; height: 280px; margin-top: 30px; line-height: 40px; overflow: hidden;}
		.about .profile .more {width: 100%; height: auto; margin-top: 30px; overflow: hidden;}
			.about .profile .more a {width: 100px; height: 30px; border: #FFF 1px solid; text-align: center; line-height: 30px; color: #FFF; display: block;}
			.about .profile .more a:hover {background: #FFF; color: #003f98;}
	.about .video {width: 720px; height: 405px; background: #000; overflow: hidden; float: right;}
		.about .video video {width: 720px; height: 405px; background: #000; display: block;}
.join {padding: 50px 0px;}
	.join ul {width: 1245px; height: auto; overflow: hidden;}
		.join ul li {width: 370px; height: 280px; margin: 40px 45px 0px 0px; background: #F1F1F1; border-radius: 8px; overflow: hidden; float: left; cursor: pointer; transition: all 0.5s;}
		.join ul li:hover {background: #003f98; transition: all 0.5s;}
			.join ul li .image {width: 40px; height: 40px; margin: 30px auto 0px auto; padding: 20px; background: #003f98; border-radius: 50%; overflow: hidden; transition: all 0.5s;}
			.join ul li:hover .image {background: #e50012; transition: all 0.5s;}
				.join ul li .image img {width: 40px; height: 40px; display: block;}
			.join ul li .text {width: 100%; height: 120px; margin: 20px auto 0px auto; text-align: center; line-height: 30px; overflow: hidden; transition: all 0.5s;}
			.join ul li:hover .text {color: #FFF; transition: all 0.5s;}

.footer {width: 100%; height: auto; padding: 20px 0px; background: #222; overflow: hidden;}
	.footer .wrapper {width: 1200px; height: auto; margin: 0px auto; overflow: hidden;}
	.footer .copyright {width: 900px; height: auto; line-height: 40px; color: #FFF; overflow: hidden; float: left;}
		.footer .copyright span {padding: 0px 20px 0px 0px;}
		.footer .copyright a {color: #FFF;}
	.footer .ewm {width: 280px; height: auto; overflow: hidden; float: right;}
		.footer .ewm li {width: 100px; height: auto; margin-left: 40px; overflow: hidden; float: right;}
			.footer .ewm li img {width: 100px; height: 100px; display: block;}
			.footer .ewm li p {width: 100%; height: 20px; text-align: center; line-height: 20px; font-size: 12px; color: #FFF; overflow: hidden;}



.page-box {width: 100%; height: auto; margin-top: 40px; overflow: hidden;}
.page-box.p-b {padding-bottom: 30px;}
	.page-box .title {width: 100%; height: auto; line-height: 30px; font-size: 24px; overflow: hidden;}
		.page-box .title span {padding-left: 10px; font-size: 14px; color: #666;}
	.page-box .content {width: 100%; height: auto; margin-top: 20px; line-height: 40px; overflow: hidden;}
	.news-scroll {width: 100%; height: 246px; margin-top: 20px; overflow: hidden;}
		.news-scroll ul {width: 100%; height: auto; overflow: hidden;}
			.news-scroll ul li {width: 100%; height: 40px; border-bottom: #DDD 1px dashed; line-height: 40px; overflow: hidden;}
				.news-scroll ul li p {width: 1000px; height: 40px; overflow: hidden; float: left;}
				.news-scroll ul li span {color: #666; float: right;}

.page-title {width: 100%; height: auto; margin-top: 40px; text-align: center; line-height: 30px; font-size: 24px; overflow: hidden;}
.singlepage {width: 100%; height: auto; min-height: 400px; padding: 20px 0px; line-height: 40px; overflow: hidden;}
.list {width: 1245px; height: auto; padding-bottom: 40px; overflow: hidden;}
	.list li {width: 370px; height: auto; margin: 40px 45px 0px 0px; border: #DDD 1px solid; box-sizing: border-box; overflow: hidden; float: left; transition: all 0.5s;}
	.list li:nth-child(3n+1) {clear: left;}
	.list li:hover {border: #003f98 1px solid; transition: all 0.5s;}
		.list li img {width: 100%; height: auto; display: block;}
		.list li p {width: 100%; height: 40px; background: #EEE; text-align: center; line-height: 40px; color: #000; overflow: hidden; transition: all 0.5s;}
		.list li:hover p {background: #003f98; color: #FFF; transition: all 0.5s;}
.detail {width: 100%; height: auto; margin-top: 40px; overflow: hidden;}
	.detail .title {width: 100%; height: auto; text-align: center; line-height: 30px; font-size: 24px; font-weight: bold; overflow: hidden;}
	.detail .time {width: 100%; height: 30px; margin-top: 10px; border-bottom: #DDD 1px solid; text-align: center; line-height: 30px; color: #999; overflow: hidden;}
	.detail .content {width: 100%; height: auto; padding: 20px 0px 40px 0px; line-height: 30px; overflow: hidden;}
.product-detail {width: 800px; height: auto; padding: 40px 0px; overflow: hidden; float: left;}
	.product-detail .title {width: 100%; height: auto; line-height: 40px; font-size: 24px; font-weight: bold; overflow: hidden;}
	.product-detail .image {width: 100%; height: auto; margin-top: 20px; overflow: hidden;}
		.product-detail .image img {width: 100%; height: auto; display: block;}
	.product-detail .content-title {width: 100%; height: auto; margin-top: 20px; border-top: #DDD 1px solid; border-bottom: #DDD 1px solid; line-height: 40px; font-size: 16px; font-weight: bold; overflow: hidden;}
	.product-detail .content {width: 100%; height: auto; margin-top: 20px; line-height: 30px; overflow: hidden;}
.related-product {width: 360px; height: auto; padding: 40px 0px; overflow: hidden; float: right;}
	.related-product dt {width: 100%; height: 40px; background: #003f98; overflow: hidden;}
		.related-product dt span {width: auto; height: 40px; padding: 0px 10px; background: #e50012; line-height: 40px; font-size: 16px; color: #FFF; overflow: hidden; float: left; display: inline-block;}
	.related-product dd {width: 100%; height: auto; margin-top: 20px; border: #DDD 1px solid; box-sizing: border-box; overflow: hidden;}
	.related-product dd:hover {border: #003f98 1px solid;}
		.related-product dd img {width: 100%; height: auto; display: block;}
		.related-product dd p {width: 100%; height: 40px; background: #EEE; text-align: center; line-height: 40px; color: #000; overflow: hidden;}
		.related-product dd:hover p {background: #003f98; color: #FFF;}
.video-detail {width: 1200px; height: 675px; background: #000; display: block;}


.kefu-btn {width: 45px; height: 45px; background-color: #e50012; background-image: url(../images/kf_arrow.png); background-repeat: no-repeat; text-indent: -999px; overflow: hidden; cursor: pointer; position: fixed; top: 300px; z-index: 9999;}
.kefu-btn.open {background-position: 0px 0px; right: 170px; transition: all 0.3s;}
.kefu-btn.close {background-position: -45px 0px; right: 0px; transition: all 0.3s;}
.kefu-box {width: 170px; height: auto; background: #FFF; box-shadow: #999 -2px 2px 3px; overflow: hidden; position: fixed; top: 300px; z-index: 9990;}
.kefu-box.open {right: 0px; transition: all 0.3s;}
.kefu-box.close {right: -170px; transition: all 0.3s;}
	.kefu-box .title {width: 150px; height: 45px; padding: 0px 10px; background: #003f98; line-height: 45px; font-size: 18px; color: #FFF; overflow: hidden;}
	.kefu-box .qq {width: 150px; height: 45px; margin: 0px auto; border-bottom: #e3e3e3 1px solid; line-height: 45px; color: #666; overflow: hidden;}
		.kefu-box .qq a {display: block;}
	.kefu-box .message {width: 150px; height: 45px; margin: 0px auto; border-bottom: #e3e3e3 1px solid; line-height: 45px; color: #666; overflow: hidden; cursor: pointer;}
	.kefu-box .ewm {width: 150px; height: auto; padding: 10px; overflow: hidden;}
		.kefu-box .ewm img {width: 150px; height: auto; display: block;}
	.kefu-box .tel {width: 150px; height: auto; margin: 0px auto; padding: 10px 0px; border-top: #e3e3e3 1px solid; line-height: 30px; font-size: 16px; color: #333; overflow: hidden;}
		.kefu-box .tel span {font-size: 18px; font-weight: bold; color: #e50012; display: block;}
.message-box {width: 400px; height: 388px; background: #FFF; box-shadow: #999 0px 0px 5px; overflow: hidden; position: fixed; right: 170px; top: 300px; z-index: 9999; display: none;}
	.message-box .title {width: 330px; height: 40px; padding-left: 70px; line-height: 40px; font-weight: bold; color: #e50012; overflow: hidden;}
		.message-box .title span {width: 40px; height: 40px; text-align: center; font-size: 18px; float: right; display: block; cursor: pointer;}
	.message-box .item {width: 330px; height: auto; margin-top: 20px; padding-left: 70px; overflow: hidden; position: relative;}
		.message-box .item label {width: 60px; height: 32px; text-align: center; line-height: 32px; overflow: hidden; position: absolute; left: 0px;}
			.message-box .item label span {color: #F00;}
		.message-box .item input[type=text] {width: 90%; height: 30px; margin: 0px; padding: 0px 5px; background: #FFF; border: #DDD 1px solid; line-height: 30px;}
		.message-box .item textarea {width: 90%; height: 150px; margin: 0px; padding: 0px 5px; background: #FFF; border: #DDD 1px solid; line-height: 30px;}
		.message-box .item input#btnSubmit {width: 120px; height: 30px; margin: 0px; padding: 0px; background: #003f98; border: #003f98 1px solid; line-height: 30px; color: #FFF; cursor: pointer;}



.feedback {width: 96%; max-width: 1200px; height: auto; margin: 20px auto; background: #FFF; border: #999 1px solid; border-radius: 5px; box-shadow: 0px 0px 3px #CCC; overflow: hidden;}
	.feedtitle {width: 100%; height: 30px; background: url(../images/feedtitlebg.jpg) repeat-x; border-bottom: #999 1px solid; border-radius: 5px 5px 0px 0px;}
		.feedtitle span {width: 94%; height: 30px; margin: 0px auto; line-height: 30px; display: block;}
	.feedlist {width: 94%; height: auto; margin: 5px auto; line-height: 30px; overflow: hidden;}
		.feedlist dt {width: 22%; height: auto; padding: 5px 0px; font-weight: bold; overflow: hidden; float: left; clear: left;}
		.feedlist dd {width: 78%; height: auto; padding: 5px 0px; text-align: center; overflow: hidden; float: left; clear: right;}
			.feedlist dd input, .feedlist dd select, .feedlist dd textarea {width: 98%; margin: 0px auto; padding: 0px; border: none; background: #FFF; border-radius: 3px; box-shadow: 0px 0px 1px 1px #CCC;}
			.feedlist dd input, .feedlist dd select {height: 30px;}
	.feedbtn {width: 94%; height: auto; margin: 0px auto; padding: 5px 0px; overflow: hidden;}
		.feedbtn input {width: 76%; height: 30px; margin: 0px 0px 0px 23%; padding: 0px; border: none; background: #00416d; border-radius: 3px; box-shadow: 0px 0px 1px 1px #CCC; text-align: center; line-height: 30px; color: #FFF; cursor: pointer;}


